POST Request
Command Prototype
sRet = HTTP.Post(sURL, sForm, iTimeout)
Command Description
Sends an HTTP POST request to a given URL and returns the server response
Parameter Description
- Required Parameter
- sURL--URL to send the request to
- sForm--The data sent along with the POST request. Can be a string or a dictionary
- iTimeout--Time (in milliseconds) before the request times out
- return
- sRet--The variable used to save the output of the function call